-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix empty TypeMeta while running API conversions #1422
base: main
Are you sure you want to change the base?
Fix empty TypeMeta while running API conversions #1422
Conversation
This provider repo does not have enough maintainers to address every pull request. Since there has been no activity in the last 90 days it is now marked as |
/fresh |
- Fix an issue with API conversions when the TypeMeta information has been dropped. - Add v1beta1 -> v1beta3 field renaming conversions for relevant resources (fast-tracked in commit 32ce2a9). - Do not replace but append conversion functions (fast-tracked in commit 32ce2a9). Signed-off-by: Alper Rifat Ulucinar <[email protected]>
The previous `make generate` wasn't committed separately. This one reflects changes because of Upjet commit [5cdf369][]. [5cdf369]: crossplane/upjet@5cdf369 Signed-off-by: Cem Mergenci <[email protected]>
e675588
to
d5405cb
Compare
/test-examples="examples/ec2/v1beta2/vpcendpoint.yaml" |
/test-examples="examples/rds/v1beta2/instance.yaml" |
/test-examples="examples/ec2/v1beta1/vpcendpoint.yaml" |
/test-examples="examples/rds/v1beta1/instance.yaml" |
Signed-off-by: Cem Mergenci <[email protected]>
/test-examples="examples/ec2/v1beta1/vpcendpoint.yaml" |
Description of your changes
Depends on: crossplane/upjet#424
To be completed... cc. @mergenci, @turkenf
I have:
make reviewable
to ensure this PR is ready for review.backport release-x.y
labels to auto-backport this PR if necessary.How has this code been tested
Tested against
crossplane-contrib/provider-upjet-aws
resourceInstance.rds
with conversions between the versionsv1beta1
&v1beta2
.